app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(if, app2(p, x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(sub, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(sub, y)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(if, app2(app2(gtr, x), y)), false)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(if, app2(app2(gtr, x), y))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(cons, x), app2(app2(filter, p), xs))
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(sub, y), x)
APP2(len, app2(app2(cons, x), xs)) -> APP2(s, app2(len, xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs)))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(if, app2(p, x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(sub, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(sub, y)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(if, app2(app2(gtr, x), y)), false)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(if, app2(app2(gtr, x), y))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(cons, x), app2(app2(filter, p), xs))
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(sub, y), x)
APP2(len, app2(app2(cons, x), xs)) -> APP2(s, app2(len, xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs)))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
POL(APP2(x1, x2)) = 2·x2
POL(app2(x1, x2)) = 2·x1 + 2·x2
POL(cons) = 2
POL(len) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
POL(APP2(x1, x2)) = 2·x2
POL(app2(x1, x2)) = 2·x1 + 2·x2
POL(gtr) = 0
POL(s) = 2
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
POL(APP2(x1, x2)) = 2·x2
POL(app2(x1, x2)) = 2·x1 + 2·x2
POL(s) = 2
POL(sub) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
POL(APP2(x1, x2)) = 2·x2
POL(app2(x1, x2)) = 2·x1 + 2·x2
POL(cons) = 2
POL(filter) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))